From: Eli Zaretskii Date: Tue, 18 Dec 2001 17:39:27 +0000 (+0000) Subject: Note that src/Makefile.in needs changes if DONTCOMPILE is modified. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59720 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b07f69f1ddc45ec56b26fd8e3d5de125229eb906;p=emacs.git Note that src/Makefile.in needs changes if DONTCOMPILE is modified. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 988536757ed..8062649645c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -40,7 +40,8 @@ lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el ETAGS = ../lib-src/etags # Files which should not be compiled. If you change the name `DONTCOMPILE' -# to something different, you'll have to change make-dist as well. +# to something different, you'll have to change make-dist as well, and +# modify the lists in $lisp and $shortlisp on src/Makefile.in. # # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's # no point compiling it, although it doesn't hurt.